home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr48 / st4gw110.zip / STUB4GW.LNK < prev    next >
Text File  |  1995-01-29  |  508b  |  20 lines

  1. # modify existing entry in WLSYSTEM.LNK file according to this:
  2. system begin dos4g
  3.     option osname='Rational Systems'
  4.     libpath %WATCOM%\lib386
  5.     libpath %WATCOM%\lib386\dos
  6. # change this line:
  7.     op stub=stub4gw.exe
  8.     format os2 le
  9. end
  10.  
  11. # this system option was added just for convenience
  12. system begin dos4gq
  13.     option osname='Rational Systems Quiet'
  14.     libpath %WATCOM%\lib386
  15.     libpath %WATCOM%\lib386\dos
  16. # change this line:
  17.     op stub=stub4gwq.exe
  18.     format os2 le
  19. end
  20.